runtime.profBuf.overflow (field)
8 uses
runtime (current package)
profbuf.go#L94: overflow atomic.Uint64
profbuf.go#L157: return uint32(b.overflow.Load()) > 0
profbuf.go#L164: overflow := b.overflow.Load()
profbuf.go#L173: if b.overflow.CompareAndSwap(overflow, ((overflow>>32)+1)<<32) {
profbuf.go#L176: overflow = b.overflow.Load()
profbuf.go#L186: overflow := b.overflow.Load()
profbuf.go#L193: b.overflow.Store((((overflow >> 32) + 1) << 32) + 1)
profbuf.go#L203: if b.overflow.CompareAndSwap(overflow, overflow+1) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |